Currency Formatter

Format a number in a label to any currency format required

$12,650.43
890.90GBP
€19 700
1.346.890.25DKK
$USD 25,000.00
DocsAttributes that you can use to define the format of the currency label :
valueThe numerical value that you want to format.
currencyCurrency symbol or code. Leave blank if not required.
decimalsNumber of decimals you want to format to, default is 2.
roundingHow to round the value, "up", "down" or empty for default.
currency-aftertrue/false for the currency symbol to show after/before the number
thousand-
separator
Symbol to show as a thousand separator, leave empty if none.
decimal-
separator
Symbol to show as a decimal separator, default is a dot.
The label has no styling of its own and has everything set to “inherit”, so you can style it how you want through it's container element.